バージョン

TextEditorWrapperBase<T,TOut> クラス

TextEditorModel モデルの内部ジェネリック ラッパー。
シンタックス
'宣言
 
Public Class TextEditorWrapperBase
    (Of T As {New, TextEditorModel},
     TOut As TextEditorWrapperBase(Of T,TOut)) 
   Inherits BaseEditorWrapper(Of T,TOut)
public class TextEditorWrapperBase<T,TOut> : BaseEditorWrapper<T,TOut> 
where T: new(), TextEditorModel
where TOut: TextEditorWrapperBase<T,TOut>
型パラメータ
T
TOut
参照

オンラインで表示: GitHub